GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-13T20:08:15.7157606+00:00",
"SubmitDate": "2026-05-13T20:08:15.7157606+00:00",
"ReportPeriodStart": "2026-05-13T20:08:15.7157606+00:00",
"ReportPeriodEnd": "2026-05-13T20:08:15.7157606+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "edd6964d-5f90-4bdf-8986-bb3f86346acb",
"Rows": [
{
"ItemId": "3c865801-5539-4a92-a125-09f43bc62f4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c865801-5539-4a92-a125-09f43bc62f4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "edd6964d-5f90-4bdf-8986-bb3f86346acb",
"Rows": [
{
"ItemId": "3c865801-5539-4a92-a125-09f43bc62f4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c865801-5539-4a92-a125-09f43bc62f4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46f2b70f-4001-4245-a037-fc448bffaf01",
"ac93ae20-7db3-4a94-ad2c-77a9e24a5412"
],
"Approvers": [
"b4317a8d-1f61-4e96-97da-042b4abc4ca9",
"57b20e3d-f64d-4c76-ad6b-c92f3638b639"
],
"ApprovedBy": "f7836386-645d-41b9-8f76-8e0196811fe3",
"ApprovalDate": "2026-05-13T20:08:15.7157606+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d27d13b4-53f9-4305-aa1f-fe1a529d5bb8",
"id": "d5a4379f-32bb-445e-8009-3d2a9c046930",
"ConfigId": "01587e13-824b-47ba-992c-7e476b5af058"
},
{
"GenerationDate": "2026-05-13T20:08:15.7157606+00:00",
"SubmitDate": "2026-05-13T20:08:15.7157606+00:00",
"ReportPeriodStart": "2026-05-13T20:08:15.7157606+00:00",
"ReportPeriodEnd": "2026-05-13T20:08:15.7157606+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "edd6964d-5f90-4bdf-8986-bb3f86346acb",
"Rows": [
{
"ItemId": "3c865801-5539-4a92-a125-09f43bc62f4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c865801-5539-4a92-a125-09f43bc62f4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "edd6964d-5f90-4bdf-8986-bb3f86346acb",
"Rows": [
{
"ItemId": "3c865801-5539-4a92-a125-09f43bc62f4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c865801-5539-4a92-a125-09f43bc62f4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46f2b70f-4001-4245-a037-fc448bffaf01",
"ac93ae20-7db3-4a94-ad2c-77a9e24a5412"
],
"Approvers": [
"b4317a8d-1f61-4e96-97da-042b4abc4ca9",
"57b20e3d-f64d-4c76-ad6b-c92f3638b639"
],
"ApprovedBy": "f7836386-645d-41b9-8f76-8e0196811fe3",
"ApprovalDate": "2026-05-13T20:08:15.7157606+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d27d13b4-53f9-4305-aa1f-fe1a529d5bb8",
"id": "d5a4379f-32bb-445e-8009-3d2a9c046930",
"ConfigId": "01587e13-824b-47ba-992c-7e476b5af058"
}
]